fix: cross-platform parity (ADX-005), bump v0.5.0#2
Merged
SmartBrandStrategies merged 6 commits intomainfrom Mar 2, 2026
Merged
fix: cross-platform parity (ADX-005), bump v0.5.0#2SmartBrandStrategies merged 6 commits intomainfrom
SmartBrandStrategies merged 6 commits intomainfrom
Conversation
Documents 8 findings from end-to-end charter CLI UX testing: hook install git-detection bug, migrate patch error on prose sections, doctor false positive on thin pointers, install EPERM hint, audit no-HEAD handling, migrate JSON compactness, and emoji encoding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Unify git invocation into shared git-helpers module with shell: true for WSL/CMD/PowerShell PATH resolution (F2). Deduplicate ~6 copies of runGit, parseCommitMetadata, parseChangedFilesByCommit across commands. Fix patcher ADD_BULLET on text sections by converting to list (F3). Fix migrate to detect text sections and use REPLACE_SECTION instead. Fix doctor false positive on .cursorrules thin pointers by adding the missing pointer marker to detection (F4). Extract shared POINTER_MARKERS constant to prevent future drift. Add EPERM/EACCES retry hint in bootstrap install step (F5). Add hasCommits() guard to audit command for no-HEAD repos (F6). Bump all packages 0.4.2 -> 0.5.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…d, fresh evidence Refresh the dogfood evidence snapshot to current v0.5.0 measurements. Add bootstrap command to Getting Started and Command Reference. Add Cross-Platform Support section noting WSL/PowerShell/CMD/Linux parity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Apr 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
papers/AGENT_DX_FEEDBACK_005.mddocumenting 8 findings from an end-to-end charter CLI UX walkthroughFindings
adf migrateADD_BULLET fails on prose sections.cursorrulesthin pointeraudithard error on repos with no HEADTest plan
🤖 Generated with Claude Code